home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk165 / cliscreen / cliscreen.doc < prev    next >
Text File  |  1995-03-19  |  2KB  |  46 lines

  1.         This is a very very simple program that just opens a one-bitplane
  2.     screen to run your CLIs on.  This is useful for folks who are
  3.     using WorkBench 2.0 and have a 8- or 16-color WorkBench screen, but 
  4.     hate the scrolling and update speed when they use the CLI or Shell.
  5.     
  6.         It is easily solved by opening another screen and telling Intuition
  7.     that it is a WorkBench type screen.  Then when you pop open a CLI or
  8.     other WorkBench application, if this screen is in front of the "real"
  9.     WorkBench, the CLI or application will open on it.
  10.     
  11.         The default screen used is 640 X 400 with white text on a black 
  12.     background.  However, you may force it to be any size you so desire
  13.     by specifying the following parameters on the command line:
  14.     
  15.         -w#        Width desired.
  16.         
  17.         -h#        Height desired.
  18.         
  19.         -b#        Background color, specified as three hex digits. (RGB)
  20.         
  21.         -t#        Text color, specified as three hex digits. (RGB)
  22.         
  23.         These parameters may appear in any order, and are not case
  24.     sensitive.  So, if, for example, you wanted a medium resolution screen
  25.     with yellow text on a blue background, you would enter
  26.     
  27.             cliscreen -w640 -h200 -b00F -tFF0
  28.         
  29.         All screen sizes are supported, except the new screen modes in
  30.     WorkBench 2.0 (productivity, super-hires, etc.)  (working on it). 
  31.     This program will run fine from    1.2 or 1.3, as well as 2.0.
  32.     
  33.         This program will automatically detach itself from the CLI it 
  34.     was run from, so there's no need for runback or any of that.  Then
  35.     when you want a shell on it, pop a shell up with the CLIScreen screen
  36.     in front.  When you're done, close the small window that says "Close
  37.     to Exit", and it will close it all up, provided there are no other
  38.     windows open on it, in which case it will just flash the screen at you.
  39.  
  40.         This program is hereby declared as public domain.  Do whatever
  41.     you want with it.  (This also applies to the source code.)
  42.         Enjoy.
  43.         
  44.             -- Robert Kesterson
  45.             
  46.